home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 03 Demos and Info / HISPEED.TXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  3.9 KB  |  105 lines

  1.  
  2. #: 44040 S1/Forum Help  [CBMAPP]
  3.     25-Sep-97  18:54:15
  4. Sb: settings
  5. Fm: Jeffrey Starai 76352,2460
  6. To: [F] Sid Davis 102541,420
  7.  
  8.   Here are the changes to the Desterm setup for working with high-speed
  9. modems. You also have to change the modem setup, enabling software flow
  10. control (XON/ XOFF), disabling hardware flow control (RTS/CTS) and setting to
  11. "locked baud ra e" or "locked port rate" or "fixed serial port rate".
  12.  
  13. -Protocol settings
  14.   -Baud rate = 38400 for Swiftlink, Commport and Turbo 232, and 57600
  15.                for Hartcart.
  16.   -XON/XOFF  = Yes
  17.  
  18. -Modem settings
  19.   -Hayes/1670 setup
  20.    -Max baud rate  = 38400 for Swiftlink, Commport and Turbo 232, and
  21.                      57600 for Hartcart.
  22.    -Set connect rate = No
  23.    -Initial sequence = See below
  24.  
  25. -Transfer options
  26.   -Incoming XOFF = Honour
  27.  
  28. -Phone list
  29.  -Baud rate = Max or 38400 for Swiftlink, Commport and Turbo 232, and
  30.               57600 for Hartcart.
  31.  
  32. The initialization strings below configure the modem:
  33.  
  34.   For US Robotics Sportster modems:
  35.   ATZ^m~~~AT &B1 &H2 &I2 &R1^m
  36.  
  37. For Boca and other modems using the Rockwell chipset:
  38.  
  39.   ATZ^m~~~~AT &K4^m
  40.  
  41.  You can also save the configuration to the modems NVRAM and use just ATZ^m
  42. as the initialization string.
  43.  
  44.  
  45.  Sometimes when you try to upload a file the transfer aborts and the BBS
  46. seems frozen. That happens because of XON/XOFF. When it happens you have just
  47. to press ^Q ( control-q ) and it'll be alive again.
  48.  
  49.   When the modem is set to XON/XOFF it acts on control characters 17 (XON)
  50. (^Q) and 19 (XOFF) (^S) for controlling the data flow between the modem and
  51. the computer. If the file you're trying to upload has a character 19 on it,
  52. mainly binary and archived files, or the protocol itself sends a character 19
  53. the modem interprets the character as a XOFF and stops recieving data until
  54. it recieves a XON. So, before uploading you have to disable XON/XOFF in the
  55. modem. First you have to put the modem in command mode by sending the escape
  56. string, +++, then you send the command for disabling XON/XOFF, put the modem
  57. back in online mode and do your upload. When the upload is finished you do
  58. the same thing but you send the command for enabling XON/XOFF instead. It's
  59. more easily done than explained. You can do what I do and put the commands in
  60. function keys. This way you have just to press a few keys to have it done and
  61. don't need to remember the commands.
  62.  
  63. The Sportster commands are:
  64.  -Disable XON/XOFF: &I0
  65.  -Enable XON/XOFF:  &I2
  66.  -Go to online mode:O
  67.  
  68. In the function keys you have to use:
  69.  -Disable XON/XOFF and go to online mode: AT&I0O^m
  70.  -Enable XON/XOFF and go to online mode:  AT&I2O^m
  71.  
  72. The Boca and other Rockwell-chipset-based modem commands are:
  73.  -Disable XON/XOFF:  &K0
  74.  -Enable XON/XOFF:   &K4
  75.  -Go to online mode: O
  76.  
  77. In the functio keys you have to use:
  78.  -Disable XON/XOFF and go to online mode:  AT&K0O^m
  79.  -Enable XON/XOFF and go to online mode:   AT&K4O^m
  80.  
  81.  
  82. When you send the escape sequence (+++) for putting your modem into command
  83. mode, some remote modems also interpret the three "+" as an escape sequence
  84. and also go into command mode. When that happens your connection with the
  85. remote modem is "frozen". The easiest solution for that problem is changing
  86. the escape character from "+" to another character. The one I've chosen is
  87. "@". To change it run Desterm and change the initialization string to:
  88.   ATZ^m~~~AT &B1 &H2 &I2 &R1 S2=64^m
  89.  
  90. for US Robotics modems, and ATZ^m~~~~AT &K4 S2=64^m for
  91. Rockwell-chipset-based modems.
  92.  
  93. The S2=64 command changes the escape character from "+" to "@". Now for
  94. putting you modem in command mode you have just to send @@@ instead of +++.
  95. You should also change the hangup sequence in Desterm to: ~~~@@@~~~ATH^m.
  96.  
  97. Ismael
  98. -----------------------------------------------------------------------------
  99. -- This is a copy of a message I recieved from Ismael Cordeiro from Canada. I
  100. don't know his address. I have set my system up according to this and have
  101. had no problems whatsoever.
  102.  
  103. Jeff
  104.  e
  105.